1 ;************************************************************
 
   2 ; Windows USB CDC ACM Setup File
 
   3 ; Copyright (c) 2000 Microsoft Corporation
 
   4 ;************************************************************
 
   7 CopyINF="LUFA VirtualSerialMassStorage.inf"
 
  10 Signature="$Windows NT$"
 
  12 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
 
  14 DriverVer=7/1/2012,10.0.0.0
 
  17 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
 
  28 CopyFiles=FakeModemCopyFileSection
 
  29 AddReg=DriverInstall.AddReg
 
  31 [DriverInstall.Services]
 
  33 AddService=usbser, 0x00000002, LowerFilter_Service_Inst
 
  35 [DriverInstall.AddReg]
 
  36 HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
 
  38 ;------------------------------------------------------------------------------
 
  39 ;  Vendor and Product ID Definitions
 
  40 ;------------------------------------------------------------------------------
 
  41 ; When developing your USB device, the VID and PID used in the PC side
 
  42 ; application program and the firmware on the microcontroller must match.
 
  43 ; Modify the below line to use your VID and PID.  Use the format as shown below.
 
  44 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
 
  45 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
 
  46 ;------------------------------------------------------------------------------
 
  48 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2068&MI_00
 
  51 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2068&MI_00
 
  54 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2068&MI_00
 
  57 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2068&MI_00
 
  59 ;------------------------------------------------------------------------------
 
  61 ;------------------------------------------------------------------------------
 
  62 ;Modify these strings to customize your device
 
  63 ;------------------------------------------------------------------------------
 
  65 MFGNAME="http://www.lufa-lib.org"
 
  66 DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"